Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: request body 형식 변경 #210

Merged
merged 1 commit into from
Jul 15, 2024
Merged

Conversation

niamu01
Copy link
Collaborator

@niamu01 niamu01 commented Jul 15, 2024

수정 및 작업 내용

요청에 의해 request body의 형식이

["intra-id1", "intra-id2", ... ]

에서

[
  {
    "login": "intra-id1"
  },
  {
    "login": "intra-id2"
  },
  ...
]

로 변경되었습니다.

코드상의 변경: Input 용 Where42RequestDto 생성

@niamu01 niamu01 merged commit 2a7617f into develop Jul 15, 2024
3 checks passed
@niamu01 niamu01 self-assigned this Jul 15, 2024
@niamu01 niamu01 added the refactor Need refactoring label Jul 15, 2024
@niamu01 niamu01 requested a review from enaenen July 15, 2024 10:32
@niamu01 niamu01 mentioned this pull request Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Need refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant